home *** CD-ROM | disk | FTP | other *** search
- -- card: 9032 from stack: in
- -- bmap block id: 3319
- -- flags: 4000
- -- background id: 2889
- -- name: Title
- ----- HyperTalk script -----
- on openCard
- hide menuBar
- end openCard
-
- on closeCard
- show menuBar
- end closeCard
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=246 top=153 right=206 bottom=280
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open slow
- go to card "Information"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=227 top=153 right=206 bottom=261
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open slow
- go to card "Options"
- end mouseUp
-
-
-
- -- part contents for card part 3
- ----- text -----
-
- Written by:
-
- Craig E Rasmussen
- Utah State University
- Logan, Utah 84321
- (801) 750 2967
-
- December, 1987
-
- All rights reserved.
-
-
-